home *** CD-ROM | disk | FTP | other *** search
- /****
- * CWaveDoc.h
- *
- * © Symantec - USE FOR TEST ONLY! - (stripped down from Starter appl)
- *
- ****/
-
- #define _H_CWaveDoc /* Include this file only once */
- #include <CDocument.h>
-
- struct CWaveDoc : CDocument {
-
- /** Construction/Destruction **/
- void IWaveDoc(CBureaucrat *aSupervisor, Boolean printable);
-
- void NewFile(void);
- void OpenFile(SFReply *macSFReply);
- void BuildWindow(Handle theData);
-
- /** Filing **/
- Boolean DoSave(void);
- Boolean DoSaveAs(SFReply *macSFReply);
- void DoRevert(void);
- };